ComponentOne PDF for .NET
org.jpedal.jbig2.decoders Namespace / JBIG2StreamDecoder Class / readByte Method / readByte(Int16[]) Method

In This Topic
    readByte(Int16[]) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub readByte( _
       ByVal buff() As Short _
    ) 
    public virtual void readByte( 
       short[] buff
    )

    Parameters

    buff
    See Also